CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - page replacement

搜索资源列表

  1. lru

    0下载:
  2. LRU page replacement algorithm
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:1564
    • 提供者:Allen
  1. optimal

    0下载:
  2. optimal page replacement algorithm source code simple & clean
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:997
    • 提供者:Mayur
  1. EX9_PRA

    0下载:
  2. A simple program to implement the PAGE REPLACEMENT ALGORITHMS in UNIX
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:7295
    • 提供者:Prabha
  1. pagerep

    0下载:
  2. this page replacement project for operating system using c language-this is page replacement project for operating system using c language
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1292
    • 提供者:kranthi
  1. fifosuanfa

    0下载:
  2. 模拟操作系统虚拟存储中的页面置换算法采用FIFO算法,使用的是C语言编程 -Simulate the operating system virtual memory page replacement algorithms used in the FIFO algorithm, using a C language programming
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:808
    • 提供者:麽鱼的谁
  1. A

    0下载:
  2. FIFO页面置换算法 LRU页面置换算法 模拟-FIFO page replacement algorithm LRU page replacement algorithm for simulation of
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2292
    • 提供者:linwea
  1. yemianzhuanhuansuanfa

    0下载:
  2. 使用C语言编程模拟一个拥有若干个虚页的进程在给定的若干个实页中运行、并在缺页中断发生时分别使用FIFO和LRU算法进行页面置换的情形。其中虚页的个数可以事先给定(例如10个),对这些虚页访问的页地址流(其长度可以事先给定,例如20次虚页访问)可以由程序随机产生,也可以事先保存在文件中。要求程序运行时屏幕能显示出置换过程中的状态信息并输出访问结束时的页面命中率。程序应允许通过为该进程分配不同的实页数,来比较两种置换算法的稳定性。-Simulated using the C programming
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:1395
    • 提供者:fujiao
  1. os

    0下载:
  2. 操作系统先进先出页面置换算法,可计算缺页数和缺页率。-OS FIFO page replacement algorithm, calculate the rate of missing pages and missing pages.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1173
    • 提供者:crazing
  1. yemian

    0下载:
  2. 操作系统实验 页面置换实验 C语言开发-The operating system page replacement experiment C language development
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1937589
    • 提供者:龚靖仁
  1. lru

    0下载:
  2. LRU page replacement
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:774
    • 提供者:shorttime
  1. 2

    0下载:
  2. 一个简单的实现LRU页面置换算法显示的源代码程序-A simple implementation of LRU page replacement algorithm shown in the source code program
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:2004
    • 提供者:许军
  1. Cpp1

    0下载:
  2. 页面的置换算法,采用的先进先出的形式 -Page replacement algorithms, using the FIFO in the form of
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:1169
    • 提供者:陈强
  1. 4

    0下载:
  2. (1)掌握页式管理基本原理 (2)掌握几种常用页面置换算法 按照最不经常使用页面置换算法(LFU Least Frequently Used)设计页面置换模拟程序-(1) master the basic principles of page-style management (2) The master of several commonly used page replacement algorithms in accordance with the least frequently
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1520
    • 提供者:超越
  1. zhuangjj

    0下载:
  2. 页面置换算法 先进先出、最近最久未使用、最佳页面置换算法-FIFO page replacement algorithms, the recent use of the most long-lost, the best page replacement algorithm for
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:1406
    • 提供者:zhuangjiajia
  1. pagechange

    0下载:
  2. 操作系统的页面置换算法编程,页面管理与虚拟空间与物理空间的管理算法-The operating system page replacement algorithm for programming, the page management and virtual space and physical space management algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:1102
    • 提供者:兰天
  1. 11

    0下载:
  2. 用C语言编程模拟一个拥有若干个虚页的进程在给定的若干个实页中运行、并在缺页中断发生时使用LRU算法进行页面置换的情形-With C language programming simulate a virtual page has a number of processes in a given number of real pages to run, and the page fault occurs, using the LRU algorithm for page replacement c
  3. 所属分类:Project Design

    • 发布日期:2017-04-07
    • 文件大小:34176
    • 提供者:棉花糖
  1. fifo

    0下载:
  2. 完成进程调度,页面置换算法中先进先出算法(FIFO)的源代码,对学习操作系统很有用的~-The completion of the process of scheduling, the page replacement algorithm in the FIFO method (FIFO) of the source code, useful for learning the operating system ~
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:1273
    • 提供者:jessie
  1. thefirstoption

    0下载:
  2. 最佳页面置换算法,最佳页面置换OPT算法的置换策略:发生缺页时,查看内存中的页面在页面走向中将来再次被调入内存的指令,这里假设每一页调入内存需要的指令数都是相同的,用单位1表示。当内存分配的页数都执行了这个操作,比较那个页面的指令数最大,则就把这个页面淘汰出内存,调入的页就进入内存。-Best Page-Replacement Algorithms
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:217830
    • 提供者:小庞
  1. AlgorithmRePage

    0下载:
  2. Page Replacement Algorithms (huynhnv.cyworld.vn)
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:3097
    • 提供者:Mr .Huynh
  1. ymzh

    0下载:
  2. 有关计算机操作系统中存储管理中的页面置换算法实验代码-The computer operating system stored in the management of the experiment code on the page replacement algorithms
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:975
    • 提供者:段明磊
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 26 »
搜珍网 www.dssz.com